@charset "utf-8";
/* ==============Winter——www.yisiy.com================= */


/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {margin: 0;padding: 0}

html,body{
    /* 在有些手机浏览器中点击一个链接或着可点击元素的时候，会出现一个半透明的灰色背景； */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 提升移动端滚动的体验效果  */
    -webkit-overflow-scrolling: touch;
    /* 与浏览器窗口高度一致 */
    height: 100%;
}

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
 body,button,input,select,textarea{font:14px/1.5 tahoma,"\5FAE\8F6F\96C5\9ED1","Source Han Sans CN","微软雅黑",sans-serif,Arial}
 body{background:#fff;-webkit-text-size-adjust:100%;color:#333;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;overflow:visible;line-height:1.2em}
address,cite,dfn,var{font-style:normal} /* 将斜体扶正 */
code,kbd,pre,samp{font-family:courier new,courier,monospace} /* 统一等宽字体 */
small{font-size:12px} /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ol,ul{list-style-type:none;margin:0;padding:0}
li,ol,ul{list-style:none}

/** 重置文本格式元素 **/
a,a:active{color:inherit;text-decoration:none;cursor:pointer;border:0;-webkit-transition:all ease .4s;transition:all ease .4s}
a:hover{color:#00499f}
sup{vertical-align:text-top}/* 重置, 减少对行高的影响 */
sub{vertical-align:text-bottom}
span{line-height:normal}
/** 重置表单元素 **/
legend{color:#000} /* for ie6 */
fieldset,img{border:0} /* img 搭车：让链接里的 img 无边框 */
button,input,select,textarea{font-size:100%;border-radius:0} /* 使得表单元素在 ie 下能继承字体大小 */
button{border:0;background-color:none;outline:0;-webkit-appearance:none}
select{border:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right:14px}
textarea{resize:none}/* 禁用了文本的拖拉，尤其在谷歌下 */
button,img,input,select{vertical-align:middle}
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table{border-collapse:collapse;border-spacing:0}

/* 重置 HTML5 元素 */
article,aside,audio,details,figcaption,figure,footer,header,hgroup,mark,menu,nav,section,summary,time,video{display:block;margin:0;padding:0}
mark{background:#ff0}

/* <input>标签 */
input{border:none;appearance:none;-moz-appearance:none;outline:0;-webkit-appearance:none}
input:focus{outline:0}/* input标签聚焦不出现默认边框 */

/* input标签placeholder样式重设 */
:-moz-placeholder{color:#666;font-size:14px}
::-moz-placeholder{color:#666;font-size:14px}
input:-ms-input-placeholder{color:#666;font-size:14px}
input::-webkit-input-placeholder{color:#666;font-size:14px}
textarea:-ms-input-placeholder{color:#666;font-size:14px}
textarea::-webkit-input-placeholder{color:#666;font-size:14px}

/* 重绘元素边框盒 */
*{box-sizing:border-box}
::after,::before{box-sizing:border-box}
:focus{outline:0}

/* 为了使文本段落左右两边对齐 */
p{line-height: 1em}

/* 引入字体 */
@font-face {font-family: ROBOTOCONDENSED;src: url("../fonts/ROBOTOCONDENSED-REGULAR.TTF")}

/*选中文字颜色*/
::-moz-selection{background-color:#0079cb;color:#fff}
::selection{background-color:#0079cb;color:#fff}
::-webkit-details-marker{display:none}
::-moz-list-bullet{font-size:0}